home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amoszine 3
/
Amoszine 3.adf
/
MORE_SOURCE
/
AJC-BLAST-EFFECT.AMOS
/
AJC-BLAST-EFFECT.amosSourceCode
Wrap
AMOS Source Code
|
1992-02-26
|
456b
|
27 lines
'
' "BLAST EFFECT"
' By Andrew Campbell
'
Screen Open 0,320,256,32,Lowres
Curs Off : Flash Off : Curs Off : Hide On : Cls 0
Palette $0,$101,$202,$303,$404,$505,$606,$707,$808,$909,$A0A,$B0B,$C0C,$D0D,$E0E,$0,$0,$0,$0,$0,$0,$0,$0,$0,$0,$0,$0,$0,$0,$0,0,0
C=1 : Ink C : Shift Up 1,1,31,1
Repeat
Gosub CS
Inc SZ
Circle 160,256-SZ,SZ
Until Mouse Key
ED:
Shift Off
Fade 1 : Wait 15 : Cls 0
Edit
CS:
Inc C
If C>30 : C=1 : End If
Ink C
Return